Delegate Fun<A1,R>

Delegate type Fun[A1,R] is the type of functions (methods) from A1 to R, used to compute some transformation for a given collection item.

The type Fun[T,U] corresponds to System.Converter[T,U] in the .Net Framework class library, and the type Fun[T,bool] corresponds System.Predicate[T] in the .Net Framework class library.

Type parameters:
A1
R

Implements

System.ICloneable, System.Runtime.Serialization.ISerializable

Bases

object, System.Delegate, System.MulticastDelegate

Method overview

Invoke(A1 x1)

Method details

R Invoke(A1 x1)